builder
Creates a Builder instance
Author
fzzyhmstrs
Since
0.5.?
Parameters
message
Text the button label. Rendering this can be disabled in the builder.
on Press
Consumer<CustomButtonWidget> action to invoke when the button is clicked or activated
Creates a Builder instance. Will have no message by default
Author
fzzyhmstrs
Since
0.6.3
Parameters
on Press
Consumer<CustomButtonWidget> action to invoke when the button is clicked or activated